<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *	Theme Name: UMG Core 2
 *	Text Domain: umgcore2
 *	License: None
 *	License URI: http://hyfn.com/
 *	Author: HYFN
 *	Author URI: https://hyfn.com/
 *	Contributors: Hyfn, Geraint/Airborne, Push
 *	Version: 2.2
 *	Description: Original theme by HYFN, version 2 is a re-write incorporating responsiveness, generic elements to suit all UMG corporate entities and full customization options.
 *  Requires: 4.7
 *
 *  See ./assets/css and readme.txt for more info about this theme's styles
 */

section img.alignright{margin:-1.5em 0 0em 1.8em;}
section .button{min-width:10em;}
section.primary article{padding-right:0}
.x-single-label section.primary article{padding:2em 0 0 2em;}
section .right{margin:2em 0 2em 2em;padding-right:0}
section.primary-fullwidth{max-width:80em;}
section.primary-fullwidth .right{margin-right:6.4rem;padding-right:0}
.primary-label .right{min-width:12em}
.sub-label .middle{width:50%;}

.right.after{display:none;}
.right.before{display:block;}

@media screen and (max-width:1440px){
	.sub-label .middle{width:54%;}
}
@media screen and (max-width:1080px){
	.sub-label .middle{width:45%;}
}
@media screen and (max-width:960px) {
	.middle{border:none;}
	.sub-label .middle{float:none;width:auto;max-width:100%;}

	section.primary-fullwidth .right,
	.primary-label .right{clear:left;float:right;max-width:80%;width:20em;margin:0 0 1em;padding:0;}
	.right.after{display:block;}
	.right.before{display:none;}
}
@media screen and (max-width:570px) {
	img.alignleft{float:none;display:block;margin:1em auto 0;}
	.middle{border:none;}
	.middle{width:100%;}
	section.primary-fullwidth .right,
    .primary-label .right{float:none;max-width:20em;margin:1em auto;}
	.right.after{display:block;}
	.right.before{display:none;}
}

/* =unplaced RSS imported */
[itemscope][itemprop=publisher] [itemprop=Logo]{width:100px;height:auto;background:black;padding:5px;float:left;margin-right:1em;}

.buttons-dark .active .button{cursor:default}
.button.dashicons-before::before{line-height:2em}
.fill{position:absolute;top:0;left:0;bottom:0;right:0;}
li .fill + h4{position:absolute;width:100%;left:0;right:0;bottom:0}
.fill .edit-link{position:absolute;right:0;bottom:-1.4em}
.fill .post-edit-link{position:static;}

h4.summary-title{font-size:1.34em;font-weight:bold;letter-spacing: .05em}

/* =unplaced make captions bigger TODO: re-check caption size, Grant specified to use larger than old default */
.wp-caption-text{ font-size: 90% !important; line-height: 1.3em !important; font-style: italic; }

/* =unplaced schema help */
section[itemscope]{display:block;line-height:1.2em;margin:2em 0;}
section[itemscope]&gt;hr{border:0;height:1px;background:dimgray;width:260px;margin:2em 0 1em}

/* =unplaced Links */
.links .aside{margin:1em .7em 0 0;clear:right}

/* =dashicons - needs reiterating here to prevent overrides
   ========================================================================== */
.dashicons, .dashicons-before::before{font-family:dashicons !important;}

/* =HARD-CODED COLOR
   ========================================================================== */
body{background:#222;}
table tr.even, table tr.alt, table tr:nth-of-type(even){background:#f9f9f9;}
.off-canvas.with-cover .inner{border-color:black;}

/* =Patches
   ========================================================================== */
.global-link.dashicons-before::before{line-height:2.5;width:1.5em;height:auto;}
footer ul.menu::before{height:20px;}

/* =WordPress mandated classes
   ========================================================================== */
.gallery-caption{font-size:1em;}
.bypostauthor{display:none;}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
</pre></body></html>